﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px;   }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{  padding:0 0;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 {  font-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 { font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}


/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }


.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }


.err_position{ width:100%; height:auto; background:url(/upload/images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

body,a{color: #303030;}
a{transition: all .3s;}
@media only screen and (min-width:1025px) {
    a:hover{color: #7f6333!important;}
    .tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}

}


.wrap_index{width: 1340px; max-width: 90%;margin: auto;}
.wrap{width: 1340px; width: 1660px; max-width: 90%;margin: auto;}
.wrap2{ width: 1440px; max-width: 90%;margin: auto;}
@media only screen and (max-width:1370px) {
    /*.wrap{max-width: 94%;}*/
}
.index_wrap{width: 1765px;max-width: 97%;margin: auto;}
.new_wrap{width: 1440px;max-width: 94%;margin: auto;}
.line20{line-height: 20px;}
.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}
.line36{line-height: 36px;
 display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap,.wrap2,.wrap_index{max-width: 94%;margin: 0 auto;}
.line30{line-height: 26px;}
.line36{line-height: 26px;}

}

 /*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 {font-size: 22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}
.fnt_50 { font-size:50px;}
.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_48 { font-size:48px;}
.fnt_52 { font-size:52px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_80{ font-size:80px;}
.fnt_90{ font-size:90px;}
@media only screen and (max-width:1800px) {
    .fnt_44 { font-size:40px;}
    .fnt_50 { font-size:46px;}
    .fnt_60{ font-size:54px;}
    .fnt_80{ font-size:74px;}
}
@media only screen and (max-width:1660px) {
    .fnt_44 { font-size:36px;}
    .fnt_50 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_80{ font-size:60px;}
}
@media only screen and (max-width:1440px) {
    .fnt_22 {font-size: 18px;}
    .fnt_24 { font-size:20px;}
    .fnt_26 { font-size:22px;}
    .fnt_28 { font-size:24px;}
    .fnt_30 { font-size:28px;}
    .fnt_32 { font-size:28px;}
    .fnt_36 { font-size:30px;}
    .fnt_38 { font-size:31px;}
    .fnt_40 { font-size:32px;}
    .fnt_42 { font-size:34px;}
    .fnt_48 { font-size:40px;}
    .fnt_50 { font-size:36px;}
    .fnt_52 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_80{ font-size:50px;}
    .fnt_90{ font-size:72px;}
}
@media only screen and (max-width:1366px) {
    .fnt_20 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:22px;}
    .fnt_30 { font-size:24px;}
    .fnt_32 { font-size:24px;}
    .fnt_36 { font-size:26px;}
    .fnt_38 { font-size:27px;}
    .fnt_40 { font-size:28px;}
    .fnt_42 { font-size:30px;}
    .fnt_44 { font-size:32px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 { font-size:36px;}
    .fnt_52 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_90{ font-size:52px;}
    .fnt_80{ font-size:40px;}

}
@media only screen and (max-width:1280px) {
    .fnt_22 {font-size: 16px;}
    .fnt_26 { font-size:18px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:22px;}
    .fnt_32 { font-size:22px;}
    .fnt_36 { font-size:24px;}
    .fnt_38 { font-size:25px;}
    .fnt_40 { font-size:26px;}
    .fnt_42 { font-size:28px;}
    .fnt_44 { font-size:30px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 { font-size:32px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_90{ font-size:42px;}
    .fnt_80{ font-size:30px;}
}
@media only screen and (max-width:1024px) {
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_28 { font-size:18px;}
    .fnt_30 { font-size:20px;}
    .fnt_36 { font-size:22px;}
    .fnt_38 { font-size:22px;}
    .fnt_40 { font-size:22px;}
    .fnt_42 { font-size:24px;}
    .fnt_44 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 { font-size:26px;}
    .fnt_52 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_90{ font-size:36px;}
}
@media only screen and (max-width:767px) {
 .fnt_16 { font-size:14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_28 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:20px;}
.fnt_60{ font-size:24px;}
.fnt_72{ font-size:24px;}
.fnt_90{ font-size:30px;}
}


.header_re{float: right;transition: all .3s;width: calc(100% - 210px);}
.header_boxR{float: right;box-sizing: border-box;margin-right: 15px;margin-top: 15px;height: 50px;line-height: 50px;}
.taremail{color: #fff!important;float: right;box-sizing: border-box;margin-right: 15px;margin-top: 15px;height: 50px;line-height: 50px;}
.taremail i{font-size: 24px;}
.language{float: right;margin-left: 20px;transition: all .3s;cursor: pointer;}
.language a,.taremail:hover{color: #fff!important;}
.language dl{position: relative;}
.language dd span{margin-right: 8px;}
/*.login*/
.header_re-t{overflow: hidden;height: 35px;line-height: 35px;text-align: right;color: #80839a;font-size: 12px;}
.header_re-t a{color: #80839a;}
/*搜索*/
.header_search{float: left;}
.search_btn,.nav_phone_btn{line-height: 50px;font-size: 20px;}
.header_search{  position: relative;float: right;margin-top: 15px;color: #fff;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;line-height:54px;}
/*.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}*/
/*.search_btn:before{}*/
/*.search_btn:before,.search_box_btn:before{font-size: 20px;}*/

.search_box {
    background: #fff;right: 0px; position: absolute;top:65px;margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;line-height: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;font-size: 18px;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }

/*搜索*/


.header{position: fixed;top:0;left: 0;width: 100%;height: 80px;
/*transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;*/
    z-index: 9999;

}
.height_height{height: 90px;display: none;}
.header_in{}
.header h1{float: left;overflow: hidden;margin-top: 10px;}
.header h1 a{display: block;}
.header h1 img{width: 205px;height: 56px;}
.header h1 a span{padding: 5px 0;border-bottom: 1px solid #868686;color: #868686;display: inline-block;vertical-align: middle;}
.header h1 .img_02{display: none;}
.header_box{float: right;transition: all .3s;box-sizing: border-box;width: 100%;}
.header_box.on{width: 0;}
.nav{transition: all .3s;}
.nav>ul>li{float: left;line-height: 40px;position: relative;}
.nav>ul>li:nth-child(2){}
.nav>ul>li.special_li{position: inherit;line-height: 60px;}
.nav>ul>li>span{display: none;cursor: pointer;}
.nav>ul>li>a{display: block;color: #fff;}
.nav li>a span{position: relative;display: block;padding:0 29px;height: 80px;line-height: 80px;}
.nav li>a i{display: none; position: absolute;left:50%;bottom: 0;height: 6px;width: 0%; background: #7f6333;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav li.on>a{color: #7f6333;}
.nav li.on>a i{width: 100%;left: 0;}

/*xiala*/
.nav{float: right;margin-right: 5px;}

.header.on{background: rgba(0,0,0,0.7);}
.header .return_a{display: none;}



/*导航下拉*/

.navlist{display: none; position: absolute; z-index: 2; left:0;top:100%; width:100%; background:#7f6333; width: 160px;left: 50%;margin-left: -80px;}
.navlist::before{ display: none; content: ""; position: absolute;left:50%; margin-left:-8px; top:-10px;width: 0;height: 0;border-bottom: 10px solid #9A6C58;border-right: 10px solid transparent;border-left: 10px solid transparent;}
.navlist dl{padding:15px 0; text-align: left;}
.navlist dl dd{line-height:30px;text-align: center;}
.navlist dl dd a{color: #F5FFF2;padding: 6px 0;display: block;}

/*.navlist dl dd a:hover{color:#fff!important;}*/
/*导航下拉*/

@media only screen and (min-width: 1025px){
    .nav li:hover>a i {width: 100%;left: 0;}
    .navlist dl dd a:hover{color: #fff!important;opacity: 0.8}
    .scrollHeader .header{box-shadow: 0 0 10px rgba(0,0,0,0.2);background: #7f6333;}
    .scrollHeader .header h1 .img_01{display: none;}
    .scrollHeader .header h1 .img_02{display: block;}
  /*  .scrollHeader .nav>ul>li>a{color: #000;}
    .scrollHeader .language a,.scrollHeader .language,.scrollHeader .search_btn:before{color: #000;}*/

    .nav>ul>li>a:hover{color:#fff !important;}
.scrollHeader .nav>ul>li>a:hover{color:#fff !important;opacity:1}
}

@media only screen and (max-width:1660px) {
    .nav{}
    .header h1{}
}

@media only screen and (max-width:1580px) {
    .nav>ul>li>a span{padding: 0 20px;}
    /*.header_boxR{margin-left: 20px;}*/
    .nav li>a i{height: 3px;}

}
@media only screen and (max-width:1500px) {
    .nav{}
}
@media only screen and (max-width:1400px) {
    .nav>ul>li>a span{padding: 0 16px;}
}

@media only screen and (max-width:1280px) {
    .nav>ul>li>a span{padding: 0 10px;}
}
@media only screen and (max-width:1260px) {


}
@media only screen and (max-width:1200px) {
    .nav{}
    .nav>ul>li>a span {padding: 0 10px;}
    
    .language{margin-left: 10px;}
}
@media only screen and (max-width:1100px) {
    /*.header_boxR{width: 240px;margin-left: 10px;}*/
    .nav>ul>li>a span {
        /*padding: 0 3px;*/

    }
}

.nav_phone_btn{display:none;}
@media only screen and (max-width:1024px) {
    .header h1{margin-top: 8px;}
    .nav>ul>li>a span {height: auto;line-height: 40px;padding: 0;}
    .nav>ul>li>span{display: block;}
    .menu{display: none;}
    .header_in{margin-top: 0;}
    .header{background: #7f6333;box-shadow: 0 0 10px rgba(0,0,0,.2);}
    .header,.height_height{height: 60px;display: block;}
    /*.header h1 .img_01{display: none;}*/
    /*.header h1 .img_02{display: block;}*/
    .nav{margin-right: 0;height: 100%;}
    /*手机按钮*/
    .nav .icon-you,.header .return_a{display: block;}
    .nav li>a i {display: none;}
    .nav li.cur .navlist {right: 0;}
    .nav_phone_btn{display:block;float: right;}
    .nav_phone_btn span,.nav_phone_btn em{
      transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
    }
    .nav_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;}
    .nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #fff;margin-top: 8px;}
    .nav_phone_btn span i:first-child{margin-top: 0;}
    .nav_phone_btn em{color: #fff;font-size: 20px;visibility: hidden;opacity: 0;}
    .visible_nav span{visibility: hidden;opacity:0;}
    .visible_nav em{visibility: visible;opacity: 1;font-size: 24px;}
    .nav_phone_btn span i{width: 20px;}
    .nav_phone_btn span i{margin-top: 6px;}
    .nav_phone_btn{width: 40px;height: 60px;}
    .header_box{position: fixed;bottom:0;right:-100%;width:100%;background: #7f6333;height: calc(100% - 60px);}
    .nav,.nav>ul>li{float: none;border-bottom: 1px solid rgba(255,255,255,0.1);line-height: initial;}
    .nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 14px;padding: 0 20px;color: #fff;}
    .header_box{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
    .navbody .header_box{right: 0;padding-left: 0;}
    .nav>ul>li>a,.header .return_a{}
    .nav>ul>li{position: static;}
    .nav li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);display: table;width: 100%;position: static;line-height: 40px;}
    .nav li a{color: #fff;}
    .nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
    .nav li>span,.header .return_a{display: block;color: #fff;}
    .nav li>span{width: 50px;text-align: center;float: right;line-height: 40px;}
    .header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-top: 20px;margin-bottom: 20px;border-left: 0;}

    .header_re{margin-top: 0;}
    .search_btn{display: none;}
    .search_btn:before, .search_box_btn:before{font-size: 18px;}
    .search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;margin-top: 0px;}
    .header .return_a{display: block;padding-left: 20px;    border-bottom: 1px solid rgba(255,255,255,0.1);}

    .header_box{transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;}
    .language{float: left;height: auto;margin-top: 0;line-height: 40px;color: #fff;position: relative;z-index: 4;margin-left: 0;}
    /*.language a{color: #fff;}*/
    .language a.on{color: #ec5507;}
    .header_re{height: auto;}
    .header_boxR{border-top: 0!important;line-height: 40px;margin-left: 20px;float: left;margin-top: 0;}
    .taremail{line-height: 40px;margin-left: 20px;float: left;margin-top: 0;}

    .navlist{ background: none; padding: 0; border-top: 1px solid rgba(255,255,255,.2); height: 100%;line-height: inherit; width: 100%; display: block;clear: both; left:auto; top:0; margin-left: 0!important;right: -200%;background: #7f6333;border-top: 0;transition: all .3s;padding-top: 30px;box-sizing: border-box;z-index: 4;}
    .nav>ul>li.on .navlist{right: 0;}
    .navlist .wrap{width: 100%;max-width: 100%;}
    .navlist dl{padding:0;}
    .navlist dl dd{margin-bottom: 0;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.1);padding: 0 20px;box-sizing: border-box;}
    .navlist dl,.header .return_a{line-height: 40px;}
    .navlist dl dd{width:100%;text-align: left; display: block;}
    .navlist dl dd a{color:#fff;padding: 0;}
    .navlist dl dd a:after{display: none;}
    .header h1{margin-top: 11px;}
    .header h1 img{width: 150px;height: 41px;}
    .nav li.on>a{color: #fff;}
}


@media only screen and (max-width:767px) {
    .header{height: 60px;}
    .header_in{padding: 0 10px;}
    .height_height{height: 60px;}
    .header_re-t{height: 30px;line-height: 30px;margin-right: 10px;}
    .header_box{height: calc(100% - 60px);}
    .nav>ul>li>a, .navlist h3, .navlist p{line-height: 40px;height: 40px;}
    .nav_phone_btn{height: 40px;line-height: 40px;margin-top: 10px;}
    .header h1 a span{margin-top: 4px;}

}





.weixin{ position:fixed; width:300px; height:auto; z-index:100000; left:50%; top:50%; margin:-200px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;}
.weixin .c{ position:absolute; width:30px; height:30px; background:url(/upload/images/x.png); overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px; font-weight:normal;}
.weixin .img{ padding:30px 0 10px; text-align:center; border-top:1px solid #ddd;}
.weixin p {  margin:0 1.5% 20px; text-align:center;  }
.weixin .img img{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}



/*footer*/
.footer{background: #1c1914;color: #fff;}
.footer a{color: #fff;}
.footer_t{overflow: hidden;padding: 5% 0;box-sizing: border-box;background: #7f6333;}
.footer_l{float: left;width: 45%;}
.footer_l ul{float: left;margin-right: 140px;}
.footer_l li{margin-bottom: 25px;}
.footer_l li a{color: #fff;}

.footer_r{float: right;}
.footer_rt{padding-right: 5%;overflow: hidden;}
.footer_rt dl{float: right;margin-left: 25px; text-align: center}
.footer_rt dt{margin-bottom: 5px;}
.footer_rt img{width: 73px;height: 73px;}
.footer_rb{margin-top: 38.7%;}
.footer_rb>p{float: right;line-height: 27px;}


.d_share{float: right;margin-right: 40px;}
.share_common{text-align: right;display: inline-block;margin-left: 10px;}
.share_common a{text-align: center;color: #fff;display: inline-block;margin-right: 15px;font-size: 18px;}

.foot_dy{background:#dedcd6;padding: 60px 0;overflow: hidden;}
.foo_le h3{line-height: 1.3em;margin-bottom: 10px;}
.foo_le{float: left;width: 500px;margin-right: 50px;}
.foo_re{float: left;width: 590px;margin-top: 40px;}
.foo_re input{height: 68px;border-bottom: 2px solid #000;width:calc(100% - 170px)}
.pubbtn{ width: 120px;height: 50px;line-height: 50px;text-align: center;background: #7f6333;color: #fff;   border-radius: 30px;float: right;}
.pubbtn i{position: relative;left: 8px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.foo_re .pubbtn{margin-top: 16px;}

@media only screen and (max-width:1366px) {
.foo_le{width: 460px;margin-right: 0;}
.foo_re{width:calc(100% - 520px);float: right;margin-top: 30px;}
.foo_re input{width: calc(100% - 130px);}
}
@media only screen and (max-width:1024px) {
.foot_dy{padding: 50px 0;}
.foo_le,.foo_re{float: none;width: 100%;}
.foo_re{margin-top: 20px;}
.pubbtn{height: 40px;line-height: 40px;}
.foo_re input{height: 56px;}
.pubbtn i{left:2px;}
    .footer_rb {
        margin-top: 40.2%;
    }
}
@media only screen and (max-width:767px) {
.foot_dy{padding: 20px 0;}
.foo_re .pubbtn{width: 70px;border-radius:12px;}
.foo_re input{width: calc(100% - 80px);}
.foo_re{margin-top: 10px;}
}
@media only screen and (min-width:1025px) {
    @keyframes shine {
    0% {
        background-position-x:400%;
    }
    50% {
        background-position-x:0%;
    }
    100% {
        background-position-x:-400%;
    }
}
     .pubbtn:hover {
        
        background: linear-gradient(-45deg, #7f6333 40%, #9c8d58 50%, #7f6333 70%);
        background-size: 700% 100%;
        animation: shine 15s linear infinite;
    }
    .pubbtn:hover i{left: 2px}

}


.foo_re :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;  
}

.foo_re ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

.foo_re input:-ms-input-placeholder {
    color: #000;
}

.foo_re input::-webkit-input-placeholder {
    color: #000;
}

@media only screen and (max-width:1024px) {
    .footer_t{padding: 50px 0;}
    .footer_l{width: auto;}
    .footer_r{}
    .footer_l ul{margin-right: 60px;}
    .footer_l ul:last-child{margin-right: 0;}
    .d_share{margin-right: 20px;}
    /*.footer_l,.footer_r{width: 100%;}*/
    .footer_r{}
}
@media only screen and (max-width:767px) {
    .footer_t{padding: 30px 0;}
    .footer_l ul{float: none;overflow: hidden;text-align: left;margin-right: 0;}
    .footer_l li{display:inline-block;margin: 0 5px;margin-bottom: 8px;}
    .footer_rt{text-align: center;padding-right: 0;     width: 200px;
        margin: auto; margin-top: 20px;}
    .footer_rt img{float: none;margin-left: 0;margin: 0 10px;}
    .footer_rb{margin-top: 30px;}
    .footer_rb>p{float: left;width: 100%;text-align: center;}
    .d_share{float: left;margin-right: 0;width: 100%;text-align: center;margin-top: 10px;}
    .footer_rt dl{width: 100px;margin: 0;}
}

@media only screen and (min-width:1025px) {
.footer a:hover{color: #fff !important; opacity: 0.9;}
}

/*page*/
.pageout{text-align: center; clear: both;padding-top: 60px;font-family: "Arial"}
.page{display:inline-block;*display:inline;*zoom:1;}
.page{vertical-align:middle;text-align:center;margin: 0 auto; color:#2d2d2d; height:52px; line-height:52px; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{float: left;width: 52px;height: 52px;background: #f1f1f1;margin: 0 2px;}
.page a{float: left; width:52px;height: 52px; color: #bababa;  box-sizing:border-box; }
.page a.on{background:#7f6333;color:#fff;border-radius: 5px; }
.page a.prev {background:url(/upload/images/page_prev_on.png) center center no-repeat; text-indent:-10000px;border-radius: 4px 0 0 4px;}
.page a.next {background:url(/upload/images/page_next_on.png) center center no-repeat; text-indent:-10000px;border-radius: 0 4px 4px 0;}
.page a.prev.no,.page a.next.no{opacity: 0.5;}
.page a.go{margin-left:10px; width: 44px; background: #7f6333; color: #fff; border:1px solid #7f6333; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
.page a:hover{color: #000 !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{}
.page .txtnum input{color:#b3b3b3; width:30px;height:26px; line-height:26px; padding: 0 5px; text-align:left;background:none;border: 1px solid #dddddd; margin: 0 6px;}

.news_cont .page a.on{background:#7f6333;border-color: #7f6333; }


@media only screen and (max-width:1024px) {
.pageout{padding-top: 30px;}
}
@media only screen and (max-width:767px) {
.pageout{padding-top: 20px;}
.page a{display:none; font-weight: normal;width: 34px;height: 34px;line-height: 34px;}
.page a.prev,.page a.next,.page a.on{display:block; display:inline-block;}
.page i{margin:0 4px;display: none;}
.page a.prev{margin-right:5px; }
.page a.next{margin-left: 5px;}
}

/*page*/
.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}
/*banner*/
.fnt_70{font-size: 70px;}
.siter_banner{position: relative;}
.siter_banner:after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;background:rgba(0,0,0,0.11);}
.siter_banner_w{position: absolute;left: 0;top:28%;width:100%;color: #fff;z-index: 5;}

.siter_banner_p{width: 1270px;max-width: 100%;padding-left: 38.5%;}
.siter_banner h3{margin-bottom: 10px;}
.siter_banner p{max-height: 72px; -webkit-line-clamp: 3;}
@media only screen and (max-width:1660px) {
.fnt_70{font-size: 60px;}
}
@media only screen and (max-width:1440px) {
.fnt_70{font-size: 48px;}
}
@media only screen and (max-width:1024px) {
.fnt_70{font-size: 36px;}
.siter_banner p br{display: none;}
}
@media only screen and (max-width:767px) {
.fnt_70{font-size: 18px;}
.siter_banner_p{padding-left: 0;}
.siter_banner{height:170px}
.siter_banner>img{display: none;}
.siter_banner_w{top:15%;}
.siter_banner p{font-size: 14px;}
.siter_banner:after{display: block;}
}
/*banner*/
.light{font-weight: 1;}
.pdd_le45{padding-left: 45px;}
.pdd_lere45{padding:0 45px;}
.padd_b70{padding-bottom:70px;}
.padd_b170{padding-bottom:170px;}
.padd_b100{padding-bottom: 100px;}
.padd_b110{padding: 110px 0;}
.padd_t90{padding-top: 90px;}
.padd_b90{padding-bottom: 90px;}
@media only screen and (max-width:1660px) {
.pdd_le45{padding-left: 20px;}
.pdd_lere45{padding:0 20px;}
.padd_b170{padding-bottom:100px;}
.padd_b100{padding-bottom: 80px;}
.padd_b110{padding: 100px 0;}
.padd_t90{padding-top:80px;}
.padd_b90{padding-bottom: 80px;}
.padd_b70{padding-bottom:60px;}

}
@media only screen and (max-width:1440px) {
.padd_b170{padding-bottom:80px;}
.padd_b110{padding: 80px 0;}
}
@media only screen and (max-width:1024px) {
.light{font-weight: normal;}

.pdd_le45{padding-left: 0px;}
.pdd_lere45{padding:0;}
.padd_b170{padding-bottom:50px;}
.padd_b100{padding-bottom:50px;}
.padd_b110{padding: 50px 0;}
.padd_t90{padding-top:50px;}
.padd_b90{padding-bottom: 50px;}
.padd_b70{padding-bottom:50px;}


}

@media only screen and (max-width:767px) {
.padd_b170{padding-bottom:30px;}
.padd_b100{padding-bottom:30px;}
.padd_b110{padding: 30px 0;}
.padd_t90{padding-top:30px;}
.padd_b90{padding-bottom: 30px;}
.padd_b70{padding-bottom:30px;}

}

.bahbox{clear: both; padding-top:20px;overflow: hidden;}
.bahbox a{float:left;}
.bahbox .bah02{margin-left:10px;background: url(/upload/images/hui.png) no-repeat 0 center;padding-left: 24px;}

@media only screen and (max-width:767px) {
    .bahbox{text-align: center;}
    .bahbox a{float:none;display: inline-block;clear: both;}
}